Load(String,ContainerFormat,Nullable<ImageRect>,BaseTransform[]) Method
Loads the image from a file.
'Declaration
Public Overloads Sub Load( _
ByVal As System.String, _
ByVal As ContainerFormat, _
ByVal As System.Nullable(Of ImageRect), _
ByVal ParamArray () As BaseTransform _
)
Parameters
- fileName
- The input file name.
- containerFormat
- The image container format; use Unknown to detect the format automatically.
- imageRect
- Clipping rectangle for the image after all transformations.
- transforms
- The transformation chain for the image that is being loaded.